home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / rwrdfinl.dxr / 00143.ls < prev    next >
Encoding:
Text File  |  1996-07-26  |  258 b   |  14 lines

  1. on mouseUp
  2.   global lastName
  3.   set f to value(lastName) + 1
  4.   if f = 7 then
  5.     set f to 1
  6.   end if
  7.   set w to string(f)
  8.   set fld to lastName & "Fld"
  9.   repeat with t = 2 to 7
  10.     put the castNum of sprite t into line t of field fld
  11.   end repeat
  12.   go(w)
  13. end
  14.